home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / tcp_ip / jnos / cmdshelp / at < prev    next >
Text File  |  1994-08-18  |  857b  |  29 lines

  1.  
  2. at
  3.  
  4.      The 'at' command is used to provide automatic starting of other
  5. JNOS commands at predetermined times.
  6.  
  7.     at time <cmd>
  8.  
  9.      
  10.      time  takes the form     yymmddhhmm
  11.                               hhmm
  12.                               mm
  13.                               now+hhmm
  14.      
  15.      <cmd> is any legal JNOS command.  Multiple word commands must be
  16.      enclosed in double quotes (" ").  Commands which invoke the DOS
  17.      shell must include '/c' or '!' as the first argument in order for
  18.      the shell to be exited and NOS to be re-entered automatically.
  19.      To automatically reissue the at command when the timer matures,
  20.      append a "+" character to the <cmd> string.
  21.           Example:  at 0130 "! cleanup+"
  22.      
  23.      
  24.     at k <id_num> <id_num>
  25.  
  26.      This form of the 'at' command kills jobs <id_num>...
  27.  
  28.  
  29.